PATH
WebObjects 4.5 Documentation >
Getting Started With WebObjects
Refining Your Model
The model created for you by the wizard is just a starting point. For most applications, you need to do some additional work to your model to make it useful in your application. To refine your model so that it can be used in the Movies application, you'll ultimately need to do all of the following:
-
Remove primary and foreign keys as class properties.
-
Add relationships to your model if the wizard didn't have enough information to add them for you.
-
Configure your model's relationships in the Advanced Relationship Inspector.
-
Generate source files for the Talent class.
These steps are described in more detail throughout the rest of this tutorial.
© 1999 Apple Computer, Inc. – (Last Updated 24 Aug 99)